home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-21 | 858 b | 35 lines | [TEXT/MPS ] |
- #========================================================================================
- #
- # File: DOSMake.bmk
- # Release Version: $ 1.0d1 $
- #
- # Creation Date: 3/28/94
- #
- # Copyright: © 1993, 1994 by Apple Computer, Inc., all rights reserved.
- #
- #========================================================================================
- __ComponentName = FWCommon
-
- __IncludeDirs = \
- -I$(OPF)\Found\FWCommon\Include \
-
- __ComponentLibs= \
- !ifdef __BORLANDC__
- $(BEDBORLANDDIR)\Lib\crtldll.lib \
- $(BEDBORLANDDIR)\Lib\import.lib
- !endif
- !ifdef _BEDWIN32S
- $(BEDSYMCPPDIR)\Lib\Kernel32.LIB
- !endif
-
- __ComponentObjects = \
- !ifdef __BORLANDC__
- $(BEDBORLANDDIR)\Lib\C0DL.obj \
- !endif
- $(_BEDTARGETOBJECTSDIR)\FWPriStr.obj \
- $(_BEDTARGETOBJECTSDIR)\FWPriMem.obj \
- $(_BEDTARGETOBJECTSDIR)\FWLibMai.obj \
- $(_BEDTARGETOBJECTSDIR)\FWWep.obj
-
- __ComponentResources =
-